|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectobservations.DomainObject
observations.Observation
Observation Represents something like '10.10.04 bloodpressure
high'. It's part of Fowler's 'Observation'-pattern. Observation links the
object (patient) to a phenomenon.
Phenomenon,
Patient| Constructor Summary | |
Observation()
Default constructor for Observation. |
|
Observation(Phenomenon relevantPhenomenon,
boolean isPresent,
Patient patient,
java.util.Date whenObserved)
Constructs an Observation object. |
|
| Method Summary | |
Phenomenon |
getPhenomenon()
Gives a valuation in quality for the observation. |
PhenomenonType |
getPhenomenonType()
Gives the observations type. |
boolean |
isPresent()
Gives information whether the observation is the latest one. |
java.util.Date |
whenObserved()
Gives the date when observed. |
| Methods inherited from class observations.DomainObject |
getName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Observation()
public Observation(Phenomenon relevantPhenomenon,
boolean isPresent,
Patient patient,
java.util.Date whenObserved)
relevantPhenomenon - observed phenomenonisPresent - true if observation is valid at the momentpatient - patient observedwhenObserved - when did you make the observation| Method Detail |
public Phenomenon getPhenomenon()
public PhenomenonType getPhenomenonType()
public boolean isPresent()
public java.util.Date whenObserved()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||